﻿2026-07-22T03:23:25.6271959Z ##[group]Run set -euo pipefail
2026-07-22T03:23:25.6272259Z [36;1mset -euo pipefail[0m
2026-07-22T03:23:25.6272465Z [36;1mPIN=0c95435[0m
2026-07-22T03:23:25.6272666Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T03:23:25.6272908Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T03:23:25.6273233Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T03:23:25.6273651Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T03:23:25.6274078Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T03:23:25.6274574Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T03:23:25.6274802Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T03:23:25.6275070Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T03:23:25.6275384Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T03:23:25.6275766Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T03:23:25.6276042Z [36;1mfi[0m
2026-07-22T03:23:25.6276304Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T03:23:25.6290316Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T03:23:25.6290602Z env:
2026-07-22T03:23:25.6290786Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T03:23:25.6291020Z ##[endgroup]
2026-07-22T03:23:25.9280917Z    Compiling proc-macro2 v1.0.106
2026-07-22T03:23:25.9281342Z    Compiling unicode-ident v1.0.24
2026-07-22T03:23:25.9281628Z    Compiling quote v1.0.45
2026-07-22T03:23:25.9281914Z    Compiling libc v0.2.186
2026-07-22T03:23:25.9282366Z    Compiling serde_core v1.0.228
2026-07-22T03:23:25.9282814Z    Compiling cfg-if v1.0.4
2026-07-22T03:23:25.9283364Z    Compiling serde v1.0.228
2026-07-22T03:23:25.9339140Z    Compiling log v0.4.32
2026-07-22T03:23:25.9388930Z    Compiling pin-project-lite v0.2.17
2026-07-22T03:23:25.9417362Z    Compiling typenum v1.20.1
2026-07-22T03:23:25.9446627Z    Compiling portable-atomic v1.13.1
2026-07-22T03:23:25.9505174Z    Compiling version_check v0.9.5
2026-07-22T03:23:25.9542411Z    Compiling memchr v2.8.1
2026-07-22T03:23:25.9542998Z    Compiling find-msvc-tools v0.1.9
2026-07-22T03:23:25.9578786Z    Compiling critical-section v1.2.0
2026-07-22T03:23:25.9822556Z    Compiling shlex v2.0.1
2026-07-22T03:23:26.0241713Z    Compiling futures-core v0.3.32
2026-07-22T03:23:26.0373029Z    Compiling subtle v2.6.1
2026-07-22T03:23:26.0777825Z    Compiling bytes v1.11.1
2026-07-22T03:23:26.2201333Z    Compiling smallvec v1.15.1
2026-07-22T03:23:26.2303194Z    Compiling equivalent v1.0.2
2026-07-22T03:23:26.2304093Z    Compiling itoa v1.0.18
2026-07-22T03:23:26.2584265Z    Compiling semver v1.0.28
2026-07-22T03:23:26.2661939Z    Compiling stable_deref_trait v1.2.1
2026-07-22T03:23:26.2721348Z    Compiling slab v0.4.12
2026-07-22T03:23:26.3222906Z    Compiling futures-io v0.3.32
2026-07-22T03:23:26.3302607Z    Compiling futures-sink v0.3.32
2026-07-22T03:23:26.3518596Z    Compiling futures-task v0.3.32
2026-07-22T03:23:26.3806643Z    Compiling generic-array v0.14.7
2026-07-22T03:23:26.4381845Z    Compiling futures-channel v0.3.32
2026-07-22T03:23:26.4805380Z    Compiling rand_core v0.10.1
2026-07-22T03:23:26.5037082Z    Compiling rustc_version v0.4.1
2026-07-22T03:23:26.5221212Z    Compiling hashbrown v0.17.1
2026-07-22T03:23:26.5371717Z    Compiling rustversion v1.0.22
2026-07-22T03:23:26.5560720Z    Compiling bitflags v2.12.1
2026-07-22T03:23:26.5772360Z    Compiling cpufeatures v0.2.17
2026-07-22T03:23:26.6186976Z    Compiling getrandom v0.4.2
2026-07-22T03:23:26.6438332Z    Compiling fnv v1.0.7
2026-07-22T03:23:26.6740427Z    Compiling cfg_aliases v0.2.1
2026-07-22T03:23:26.6930427Z    Compiling strsim v0.11.1
2026-07-22T03:23:26.7434300Z    Compiling writeable v0.6.3
2026-07-22T03:23:26.7690791Z    Compiling litemap v0.8.2
2026-07-22T03:23:26.7771787Z    Compiling fs_extra v1.3.0
2026-07-22T03:23:26.8510577Z    Compiling dunce v1.0.5
2026-07-22T03:23:26.8660868Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T03:23:26.8900825Z    Compiling ident_case v1.0.1
2026-07-22T03:23:26.9295843Z    Compiling utf8_iter v1.0.4
2026-07-22T03:23:27.0100887Z    Compiling icu_properties_data v2.2.0
2026-07-22T03:23:27.0260527Z    Compiling autocfg v1.5.1
2026-07-22T03:23:27.0920761Z    Compiling percent-encoding v2.3.2
2026-07-22T03:23:27.1440473Z    Compiling http v1.4.1
2026-07-22T03:23:27.1593399Z    Compiling aws-lc-rs v1.17.0
2026-07-22T03:23:27.1930785Z    Compiling thiserror v2.0.18
2026-07-22T03:23:27.2090793Z    Compiling syn v2.0.117
2026-07-22T03:23:27.2967545Z    Compiling unicode-segmentation v1.13.3
2026-07-22T03:23:27.3180806Z    Compiling cpufeatures v0.3.0
2026-07-22T03:23:27.3435713Z    Compiling scopeguard v1.2.0
2026-07-22T03:23:27.3990045Z    Compiling indexmap v2.14.0
2026-07-22T03:23:27.4080535Z    Compiling chacha20 v0.10.0
2026-07-22T03:23:27.4200565Z    Compiling lock_api v0.4.14
2026-07-22T03:23:27.4270777Z    Compiling form_urlencoded v1.2.2
2026-07-22T03:23:27.4728163Z    Compiling untrusted v0.9.0
2026-07-22T03:23:27.4835858Z    Compiling heck v0.5.0
2026-07-22T03:23:27.5340864Z    Compiling rustls v0.23.40
2026-07-22T03:23:27.5948930Z    Compiling unicode-xid v0.2.6
2026-07-22T03:23:27.6120957Z    Compiling atomic-waker v1.1.2
2026-07-22T03:23:27.6222421Z    Compiling anyhow v1.0.102
2026-07-22T03:23:27.6460678Z    Compiling const-oid v0.10.2
2026-07-22T03:23:27.6940627Z    Compiling zerocopy v0.8.50
2026-07-22T03:23:27.7110642Z    Compiling httparse v1.10.1
2026-07-22T03:23:27.7133781Z    Compiling paste v1.0.15
2026-07-22T03:23:27.7360789Z    Compiling parking_lot_core v0.9.12
2026-07-22T03:23:27.7671205Z    Compiling num-traits v0.2.19
2026-07-22T03:23:27.8107126Z    Compiling hybrid-array v0.4.12
2026-07-22T03:23:27.8676099Z    Compiling curve25519-dalek v4.1.3
2026-07-22T03:23:27.9533186Z    Compiling convert_case v0.10.0
2026-07-22T03:23:27.9946398Z    Compiling jobserver v0.1.34
2026-07-22T03:23:28.0220532Z    Compiling ahash v0.8.12
2026-07-22T03:23:28.0382573Z    Compiling powerfmt v0.2.0
2026-07-22T03:23:28.0470366Z    Compiling either v1.16.0
2026-07-22T03:23:28.0919288Z    Compiling base64ct v1.8.3
2026-07-22T03:23:28.1080453Z    Compiling crypto-common v0.1.7
2026-07-22T03:23:28.1416797Z    Compiling block-buffer v0.10.4
2026-07-22T03:23:28.2143809Z    Compiling fastrand v2.4.1
2026-07-22T03:23:28.2538260Z    Compiling digest v0.10.7
2026-07-22T03:23:28.2630631Z    Compiling http-body v1.0.1
2026-07-22T03:23:28.3135099Z    Compiling deranged v0.5.8
2026-07-22T03:23:28.3319933Z    Compiling cc v1.2.63
2026-07-22T03:23:28.4450880Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T03:23:28.4842019Z    Compiling mio v1.2.1
2026-07-22T03:23:28.4877821Z    Compiling socket2 v0.6.4
2026-07-22T03:23:28.4975834Z    Compiling getrandom v0.2.17
2026-07-22T03:23:28.7630612Z    Compiling rand v0.10.1
2026-07-22T03:23:28.7760878Z    Compiling rand_core v0.6.4
2026-07-22T03:23:28.8000869Z    Compiling uuid v1.23.2
2026-07-22T03:23:28.8036012Z    Compiling try-lock v0.2.5
2026-07-22T03:23:28.8310498Z    Compiling base64 v0.22.1
2026-07-22T03:23:28.8570499Z    Compiling zmij v1.0.21
2026-07-22T03:23:28.8760676Z    Compiling pkg-config v0.3.33
2026-07-22T03:23:28.9070350Z    Compiling num-conv v0.2.2
2026-07-22T03:23:28.9802569Z    Compiling tinyvec_macros v0.1.1
2026-07-22T03:23:29.0010284Z    Compiling vcpkg v0.2.15
2026-07-22T03:23:29.0620587Z    Compiling data-encoding v2.11.0
2026-07-22T03:23:29.0720887Z    Compiling tower-service v0.3.3
2026-07-22T03:23:29.1200634Z    Compiling time-core v0.1.8
2026-07-22T03:23:29.1600552Z    Compiling tinyvec v1.11.0
2026-07-22T03:23:29.2340634Z    Compiling want v0.3.1
2026-07-22T03:23:29.2740922Z    Compiling parking_lot v0.12.5
2026-07-22T03:23:29.3000686Z    Compiling crypto-common v0.2.2
2026-07-22T03:23:29.4000615Z    Compiling block-buffer v0.12.0
2026-07-22T03:23:29.4130644Z    Compiling sha2 v0.10.9
2026-07-22T03:23:29.4360481Z    Compiling inout v0.1.4
2026-07-22T03:23:29.4660596Z    Compiling vergen-lib v9.1.0
2026-07-22T03:23:29.5510295Z    Compiling n0-future v0.3.2
2026-07-22T03:23:29.5921525Z    Compiling signature v2.2.0
2026-07-22T03:23:29.6640710Z    Compiling parking v2.2.1
2026-07-22T03:23:29.6740973Z    Compiling httpdate v1.0.3
2026-07-22T03:23:29.7050584Z    Compiling cmake v0.1.58
2026-07-22T03:23:29.7510750Z    Compiling spin v0.10.0
2026-07-22T03:23:29.7980394Z    Compiling winnow v1.0.3
2026-07-22T03:23:29.8320485Z    Compiling crossbeam-utils v0.8.21
2026-07-22T03:23:29.8450713Z    Compiling diatomic-waker v0.2.3
2026-07-22T03:23:29.8520964Z    Compiling cordyceps v0.3.4
2026-07-22T03:23:29.8710618Z    Compiling serde_json v1.0.150
2026-07-22T03:23:29.9963197Z    Compiling futures-lite v2.6.1
2026-07-22T03:23:30.0060593Z    Compiling ed25519 v2.2.3
2026-07-22T03:23:30.0366455Z    Compiling cipher v0.4.4
2026-07-22T03:23:30.0571668Z    Compiling netlink-packet-core v0.8.1
2026-07-22T03:23:30.1150154Z    Compiling universal-hash v0.5.1
2026-07-22T03:23:30.1530701Z    Compiling vergen-lib v0.1.6
2026-07-22T03:23:30.2093573Z    Compiling digest v0.11.3
2026-07-22T03:23:30.2299515Z    Compiling futures-buffered v0.2.13
2026-07-22T03:23:30.2412171Z    Compiling vergen v9.1.0
2026-07-22T03:23:30.2443913Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T03:23:30.2583405Z    Compiling heapless v0.7.17
2026-07-22T03:23:30.2941526Z    Compiling noq-udp v0.10.0
2026-07-22T03:23:30.3328451Z    Compiling sync_wrapper v1.0.2
2026-07-22T03:23:30.3535268Z    Compiling allocator-api2 v0.2.21
2026-07-22T03:23:30.3736421Z    Compiling byteorder v1.5.0
2026-07-22T03:23:30.3962560Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T03:23:30.4277061Z    Compiling opaque-debug v0.3.1
2026-07-22T03:23:30.5031769Z    Compiling polyval v0.6.2
2026-07-22T03:23:30.5207875Z    Compiling spin v0.9.8
2026-07-22T03:23:30.5772501Z    Compiling hash32 v0.2.1
2026-07-22T03:23:30.5869977Z    Compiling vergen-gitcl v1.0.8
2026-07-22T03:23:30.6964946Z    Compiling ryu v1.0.23
2026-07-22T03:23:30.7260251Z    Compiling fallible-iterator v0.3.0
2026-07-22T03:23:30.7355642Z    Compiling signature v3.0.0
2026-07-22T03:23:30.7586898Z    Compiling tower-layer v0.3.3
2026-07-22T03:23:30.7683727Z    Compiling num_threads v0.1.7
2026-07-22T03:23:30.7810794Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T03:23:30.7883163Z    Compiling aws-lc-sys v0.41.0
2026-07-22T03:23:30.8600655Z    Compiling ring v0.17.14
2026-07-22T03:23:30.8730524Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T03:23:30.8880560Z    Compiling time v0.3.47
2026-07-22T03:23:30.9049461Z    Compiling ghash v0.5.1
2026-07-22T03:23:30.9209423Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T03:23:30.9330739Z    Compiling ctr v0.9.2
2026-07-22T03:23:30.9422834Z    Compiling aes v0.8.4
2026-07-22T03:23:31.1040527Z    Compiling fs2 v0.4.3
2026-07-22T03:23:31.1380986Z    Compiling http-body-util v0.1.3
2026-07-22T03:23:31.1670663Z    Compiling aead v0.5.2
2026-07-22T03:23:31.2133164Z    Compiling utf8parse v0.2.2
2026-07-22T03:23:31.3037378Z    Compiling arrayvec v0.7.6
2026-07-22T03:23:31.3069315Z    Compiling openssl-probe v0.2.1
2026-07-22T03:23:31.3183753Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T03:23:31.3370651Z    Compiling crossbeam-channel v0.5.15
2026-07-22T03:23:31.4610393Z    Compiling blake3 v1.8.5
2026-07-22T03:23:31.5060600Z    Compiling netlink-packet-route v0.29.0
2026-07-22T03:23:31.5550394Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T03:23:31.6554421Z    Compiling aes-gcm v0.10.3
2026-07-22T03:23:31.6646206Z    Compiling memoffset v0.6.5
2026-07-22T03:23:31.7999679Z    Compiling acto v0.8.2
2026-07-22T03:23:31.8043291Z    Compiling noq v0.18.0
2026-07-22T03:23:31.8499485Z    Compiling netwatch v0.16.0
2026-07-22T03:23:31.8621169Z    Compiling tagptr v0.2.0
2026-07-22T03:23:31.8688347Z    Compiling thiserror v1.0.69
2026-07-22T03:23:31.9780357Z    Compiling rustix v1.1.4
2026-07-22T03:23:32.0780532Z    Compiling xml-rs v0.8.28
2026-07-22T03:23:32.0900078Z    Compiling rustc-hash v2.1.2
2026-07-22T03:23:32.1006546Z    Compiling identity-hash v0.1.0
2026-07-22T03:23:32.1656176Z    Compiling ref-cast v1.0.25
2026-07-22T03:23:32.1945207Z    Compiling lru-slab v0.1.2
2026-07-22T03:23:32.2077336Z    Compiling foldhash v0.2.0
2026-07-22T03:23:32.2140188Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T03:23:32.3360466Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T03:23:32.3599808Z    Compiling mac-addr v0.3.0
2026-07-22T03:23:32.4110496Z    Compiling hashbrown v0.16.1
2026-07-22T03:23:32.5250920Z    Compiling synstructure v0.13.2
2026-07-22T03:23:32.5322026Z    Compiling darling_core v0.20.11
2026-07-22T03:23:32.5470034Z    Compiling serde_derive_internals v0.29.1
2026-07-22T03:23:32.6561188Z    Compiling netlink-packet-route v0.30.0
2026-07-22T03:23:33.2104037Z    Compiling xmltree v0.10.3
2026-07-22T03:23:33.2480780Z    Compiling ioctl-rs v0.1.6
2026-07-22T03:23:33.2561496Z    Compiling termios v0.2.2
2026-07-22T03:23:33.2626296Z    Compiling proc-macro-crate v3.5.0
2026-07-22T03:23:33.3550801Z    Compiling errno v0.3.14
2026-07-22T03:23:33.3839708Z    Compiling serial-core v0.4.0
2026-07-22T03:23:33.3963477Z    Compiling simple-dns v0.9.3
2026-07-22T03:23:33.4491071Z    Compiling aho-corasick v1.1.4
2026-07-22T03:23:33.4615839Z    Compiling toml_write v0.1.2
2026-07-22T03:23:33.5136665Z    Compiling linux-raw-sys v0.12.1
2026-07-22T03:23:33.5719466Z    Compiling constant_time_eq v0.4.2
2026-07-22T03:23:33.7011071Z    Compiling signal-hook v0.3.18
2026-07-22T03:23:33.7301261Z    Compiling resolv-conf v0.7.6
2026-07-22T03:23:33.7710591Z    Compiling simdutf8 v0.1.5
2026-07-22T03:23:33.8561770Z    Compiling regex-syntax v0.8.10
2026-07-22T03:23:33.8760738Z    Compiling arrayref v0.3.9
2026-07-22T03:23:33.9190673Z    Compiling winnow v0.7.15
2026-07-22T03:23:33.9230002Z    Compiling sha1_smol v1.0.1
2026-07-22T03:23:33.9437619Z    Compiling smol_str v0.1.24
2026-07-22T03:23:34.1796942Z    Compiling serial-unix v0.4.0
2026-07-22T03:23:34.1892126Z    Compiling signal-hook-registry v1.4.8
2026-07-22T03:23:34.2420909Z    Compiling lru v0.16.4
2026-07-22T03:23:34.4216997Z    Compiling darling_core v0.23.0
2026-07-22T03:23:34.4700556Z    Compiling serde_bytes v0.11.19
2026-07-22T03:23:34.6060286Z    Compiling seize v0.5.1
2026-07-22T03:23:34.6130599Z    Compiling serde_derive v1.0.228
2026-07-22T03:23:34.6857932Z    Compiling zeroize_derive v1.4.3
2026-07-22T03:23:34.7660736Z    Compiling tokio-macros v2.7.0
2026-07-22T03:23:35.1020718Z    Compiling futures-macro v0.3.32
2026-07-22T03:23:35.2290789Z    Compiling zeroize v1.8.2
2026-07-22T03:23:35.4100638Z    Compiling zerofrom-derive v0.1.7
2026-07-22T03:23:35.5360988Z    Compiling tokio v1.52.3
2026-07-22T03:23:35.8116935Z    Compiling yoke-derive v0.8.2
2026-07-22T03:23:36.0391057Z    Compiling zerovec-derive v0.11.3
2026-07-22T03:23:36.0530647Z    Compiling futures-util v0.3.32
2026-07-22T03:23:36.2690884Z    Compiling displaydoc v0.2.6
2026-07-22T03:23:36.6810974Z    Compiling tracing-attributes v0.1.31
2026-07-22T03:23:36.7816879Z    Compiling zerofrom v0.1.8
2026-07-22T03:23:36.9219768Z    Compiling rustls-pki-types v1.14.1
2026-07-22T03:23:37.1630802Z    Compiling yoke v0.8.3
2026-07-22T03:23:37.2250606Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T03:23:37.3911182Z    Compiling zerotrie v0.2.4
2026-07-22T03:23:37.4250700Z    Compiling thiserror-impl v2.0.18
2026-07-22T03:23:37.5641231Z    Compiling zerovec v0.11.6
2026-07-22T03:23:37.6718486Z    Compiling darling_macro v0.20.11
2026-07-22T03:23:37.8100514Z    Compiling derive_more-impl v2.1.1
2026-07-22T03:23:37.8712498Z    Compiling n0-error-macros v0.1.3
2026-07-22T03:23:38.0599075Z    Compiling darling v0.20.11
2026-07-22T03:23:38.1270931Z    Compiling derive_builder_core v0.20.2
2026-07-22T03:23:38.2430706Z    Compiling spez v0.1.2
2026-07-22T03:23:38.4131649Z    Compiling tinystr v0.8.3
2026-07-22T03:23:38.4647473Z    Compiling potential_utf v0.1.5
2026-07-22T03:23:38.6280469Z    Compiling icu_locale_core v2.2.0
2026-07-22T03:23:38.6384569Z    Compiling icu_collections v2.2.0
2026-07-22T03:23:38.6605940Z    Compiling der v0.8.0-rc.10
2026-07-22T03:23:39.0370328Z    Compiling n0-error v0.1.3
2026-07-22T03:23:39.1820812Z    Compiling pin-project-internal v1.1.13
2026-07-22T03:23:39.4971914Z    Compiling cobs v0.3.0
2026-07-22T03:23:39.5112204Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T03:23:39.5530526Z    Compiling derive_builder_macro v0.20.2
2026-07-22T03:23:39.7195775Z    Compiling postcard-derive v0.2.2
2026-07-22T03:23:39.8930797Z    Compiling icu_provider v2.2.0
2026-07-22T03:23:40.0320847Z    Compiling ipnet v2.12.0
2026-07-22T03:23:40.2639865Z    Compiling icu_properties v2.2.0
2026-07-22T03:23:40.3468714Z    Compiling icu_normalizer v2.2.0
2026-07-22T03:23:40.3541026Z    Compiling derive_builder v0.20.2
2026-07-22T03:23:40.4710836Z    Compiling spki v0.8.0-rc.4
2026-07-22T03:23:40.5170565Z    Compiling prefix-trie v0.8.4
2026-07-22T03:23:40.5992920Z    Compiling pin-project v1.1.13
2026-07-22T03:23:40.6449519Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T03:23:40.6630366Z    Compiling futures-executor v0.3.32
2026-07-22T03:23:40.8550480Z    Compiling once_cell v1.21.4
2026-07-22T03:23:40.8750596Z    Compiling ed25519-dalek v2.2.0
2026-07-22T03:23:41.0270529Z    Compiling futures v0.3.32
2026-07-22T03:23:41.0340412Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T03:23:41.0780953Z    Compiling tracing-core v0.1.36
2026-07-22T03:23:41.2130699Z    Compiling spt-proto v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T03:23:41.3071362Z    Compiling hashbrown v0.14.5
2026-07-22T03:23:41.3180934Z    Compiling data-encoding-macro v0.1.20
2026-07-22T03:23:41.3280395Z    Compiling rustls-native-certs v0.8.4
2026-07-22T03:23:41.4680685Z    Compiling enum-assoc v1.3.0
2026-07-22T03:23:41.4950295Z    Compiling num_enum_derive v0.7.6
2026-07-22T03:23:41.7780806Z    Compiling tracing v0.1.44
2026-07-22T03:23:41.8930816Z    Compiling tokio-util v0.7.18
2026-07-22T03:23:41.9307539Z    Compiling idna_adapter v1.2.2
2026-07-22T03:23:42.0350584Z    Compiling idna v1.1.0
2026-07-22T03:23:42.0420532Z    Compiling netlink-sys v0.8.8
2026-07-22T03:23:42.1160851Z    Compiling hashlink v0.9.1
2026-07-22T03:23:42.2051302Z    Compiling postcard v1.1.3
2026-07-22T03:23:42.2467606Z    Compiling tower v0.5.3
2026-07-22T03:23:42.2640921Z    Compiling derive_more v2.1.1
2026-07-22T03:23:42.3520797Z    Compiling strum_macros v0.28.0
2026-07-22T03:23:42.4363082Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T03:23:42.4563966Z    Compiling async-trait v0.1.89
2026-07-22T03:23:42.5520652Z    Compiling url v2.5.8
2026-07-22T03:23:42.6965599Z    Compiling netlink-proto v0.12.0
2026-07-22T03:23:42.6982150Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T03:23:42.7485023Z    Compiling rusqlite v0.32.1
2026-07-22T03:23:42.7875696Z    Compiling num_enum v0.7.6
2026-07-22T03:23:42.8230716Z    Compiling netdev v0.42.0
2026-07-22T03:23:42.9226978Z    Compiling iroh-relay v0.98.0
2026-07-22T03:23:42.9287833Z    Compiling iroh-metrics v0.38.3
2026-07-22T03:23:42.9788550Z    Compiling h2 v0.4.14
2026-07-22T03:23:43.1205258Z    Compiling n0-watcher v0.6.1
2026-07-22T03:23:43.2246006Z    Compiling tokio-stream v0.1.18
2026-07-22T03:23:43.2340716Z    Compiling moka v0.12.15
2026-07-22T03:23:43.3613172Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T03:23:43.3777155Z    Compiling tower-http v0.6.11
2026-07-22T03:23:43.4080917Z    Compiling iroh-base v0.98.0
2026-07-22T03:23:43.4580018Z    Compiling attohttpc v0.30.1
2026-07-22T03:23:43.6091114Z    Compiling toml_datetime v0.6.11
2026-07-22T03:23:43.8724453Z    Compiling serde_spanned v0.6.9
2026-07-22T03:23:43.9286295Z    Compiling ref-cast-impl v1.0.25
2026-07-22T03:23:43.9423945Z    Compiling thiserror-impl v1.0.69
2026-07-22T03:23:44.0161053Z    Compiling spt-store v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T03:23:44.0327327Z    Compiling toml_edit v0.22.27
2026-07-22T03:23:44.2400854Z    Compiling webpki-roots v1.0.7
2026-07-22T03:23:44.3530590Z    Compiling regex-automata v0.4.14
2026-07-22T03:23:44.5680580Z    Compiling schemars_derive v1.2.1
2026-07-22T03:23:44.6030540Z    Compiling hmac v0.12.1
2026-07-22T03:23:44.6890883Z    Compiling iroh v0.98.2
2026-07-22T03:23:44.7211186Z    Compiling bitflags v1.3.2
2026-07-22T03:23:44.7282647Z    Compiling rustix v0.38.44
2026-07-22T03:23:44.7920567Z    Compiling dyn-clone v1.0.20
2026-07-22T03:23:44.9220497Z    Compiling cmov v0.5.4
2026-07-22T03:23:44.9350957Z    Compiling pin-utils v0.1.0
2026-07-22T03:23:44.9870193Z    Compiling nix v0.25.1
2026-07-22T03:23:45.0062067Z    Compiling hkdf v0.12.4
2026-07-22T03:23:45.1571609Z    Compiling backon v1.6.0
2026-07-22T03:23:45.1860823Z    Compiling ctutils v0.4.2
2026-07-22T03:23:45.1970270Z    Compiling darling_macro v0.23.0
2026-07-22T03:23:45.2960322Z    Compiling papaya v0.2.4
2026-07-22T03:23:45.3880637Z    Compiling strum v0.28.0
2026-07-22T03:23:45.4963406Z    Compiling iroh-dns v0.98.0
2026-07-22T03:23:45.5440580Z    Compiling serial v0.4.0
2026-07-22T03:23:45.5570884Z    Compiling anstyle-parse v1.0.0
2026-07-22T03:23:45.6081044Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T03:23:45.6808765Z    Compiling filedescriptor v0.8.3
2026-07-22T03:23:45.7750369Z    Compiling unicode-width v0.2.0
2026-07-22T03:23:45.9344614Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T03:23:45.9522550Z    Compiling shell-words v1.1.1
2026-07-22T03:23:45.9621199Z    Compiling foldhash v0.1.5
2026-07-22T03:23:45.9665936Z    Compiling downcast-rs v1.2.1
2026-07-22T03:23:46.0261114Z    Compiling anstyle v1.0.14
2026-07-22T03:23:46.0561323Z    Compiling anstyle-query v1.1.5
2026-07-22T03:23:46.1012046Z    Compiling colorchoice v1.0.5
2026-07-22T03:23:46.1432523Z    Compiling instability v0.3.12
2026-07-22T03:23:46.1581989Z    Compiling linux-raw-sys v0.4.15
2026-07-22T03:23:46.1589919Z    Compiling hashbrown v0.15.5
2026-07-22T03:23:46.2018473Z    Compiling vte v0.13.1
2026-07-22T03:23:46.2228376Z    Compiling signal-hook-mio v0.2.5
2026-07-22T03:23:46.2561414Z    Compiling darling v0.23.0
2026-07-22T03:23:46.3364494Z    Compiling spake2 v0.4.0
2026-07-22T03:23:46.3641007Z    Compiling terminal_size v0.4.4
2026-07-22T03:23:46.3660142Z    Compiling strum_macros v0.26.4
2026-07-22T03:23:46.4380775Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T03:23:46.5230831Z    Compiling anstream v1.0.0
2026-07-22T03:23:46.8480585Z    Compiling toml v0.8.23
2026-07-22T03:23:46.8920923Z    Compiling schemars v1.2.1
2026-07-22T03:23:47.0930858Z    Compiling sha1 v0.10.6
2026-07-22T03:23:47.1198550Z    Compiling itertools v0.13.0
2026-07-22T03:23:47.4261336Z    Compiling castaway v0.2.4
2026-07-22T03:23:47.5431102Z    Compiling indoc v2.0.7
2026-07-22T03:23:47.6490888Z    Compiling clap_lex v1.1.0
2026-07-22T03:23:47.9301256Z    Compiling regex v1.12.3
2026-07-22T03:23:48.0489718Z    Compiling unicode-width v0.1.14
2026-07-22T03:23:48.0903051Z    Compiling static_assertions v1.1.0
2026-07-22T03:23:48.1514834Z    Compiling doctest-file v1.1.1
2026-07-22T03:23:48.1898099Z    Compiling compact_str v0.8.2
2026-07-22T03:23:48.7630769Z    Compiling spt-msg v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T03:23:48.7795345Z    Compiling interprocess v2.4.2
2026-07-22T03:23:49.0851046Z    Compiling crossterm v0.28.1
2026-07-22T03:23:49.1946993Z    Compiling spt-runtime v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T03:23:49.2912034Z    Compiling hyper v1.10.1
2026-07-22T03:23:49.4466032Z    Compiling unicode-truncate v1.1.0
2026-07-22T03:23:49.4693540Z    Compiling strum v0.26.3
2026-07-22T03:23:49.5060896Z    Compiling clap_builder v4.6.0
2026-07-22T03:23:49.5666638Z    Compiling lru v0.12.5
2026-07-22T03:23:49.5822560Z    Compiling clap_derive v4.6.1
2026-07-22T03:23:49.6052785Z    Compiling portable-pty v0.8.1
2026-07-22T03:23:49.6670852Z    Compiling iana-time-zone v0.1.65
2026-07-22T03:23:49.7464814Z    Compiling cassowary v0.3.0
2026-07-22T03:23:49.9292532Z    Compiling chrono v0.4.45
2026-07-22T03:23:50.0160431Z    Compiling nucleo-matcher v0.3.1
2026-07-22T03:23:50.0350719Z    Compiling spt-term v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T03:23:50.7170833Z    Compiling ratatui v0.29.0
2026-07-22T03:23:50.7350553Z    Compiling qrcode v0.14.1
2026-07-22T03:23:50.9240368Z    Compiling tempfile v3.27.0
2026-07-22T03:23:51.5150620Z    Compiling hyper-util v0.1.20
2026-07-22T03:23:52.6255129Z    Compiling clap v4.6.1
2026-07-22T03:23:52.6316752Z    Compiling spt-live v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T03:23:53.5042484Z    Compiling igd-next v0.17.1
2026-07-22T03:23:54.6753322Z    Compiling portmapper v0.16.0
2026-07-22T03:23:58.9213058Z    Compiling rustls-webpki v0.103.13
2026-07-22T03:24:01.3001642Z    Compiling tokio-rustls v0.26.4
2026-07-22T03:24:01.3002231Z    Compiling noq-proto v0.17.0
2026-07-22T03:24:01.3002717Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T03:24:01.4662873Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T03:24:01.4663683Z    Compiling hyper-rustls v0.27.9
2026-07-22T03:24:01.4664346Z    Compiling tokio-websockets v0.13.2
2026-07-22T03:24:01.6004745Z    Compiling reqwest v0.13.4
2026-07-22T03:24:02.5412198Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T03:24:16.3539557Z    Compiling spt-net v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T03:24:17.8288784Z    Compiling spt-daemon v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T03:24:27.1405237Z    Compiling spt v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T03:24:32.0301408Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-22T03:24:32.0521760Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4578ed85c2584c97)
2026-07-22T03:24:32.0535309Z 
2026-07-22T03:24:32.0536923Z running 1 test
2026-07-22T03:24:38.2463115Z test new_brain_serves_against_old_broker ... ok
2026-07-22T03:24:38.2463425Z 
2026-07-22T03:24:38.2463726Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T03:24:38.2464106Z 
